Adwaita: bold size label on font button
authorLapo Calamandrei <calamandrei@gmail.com>
Thu, 12 May 2016 09:45:34 +0000 (11:45 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Thu, 12 May 2016 09:45:34 +0000 (11:45 +0200)
looks more consistent with other special buttons with icons.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index f931f9beaff604b3d756528962bb16491227e650..779f84ebabc4a39a8c394e7dbfbf8effee5c832d 100644 (file)
@@ -763,10 +763,13 @@ button {
       }
     }
   }
+
   // hide separators
   &.font,
   &.file { separator { background-color: transparent; }}
 
+  &.font { > box > box > label { font-weight: bold; }}
+
   // inline-toolbar buttons
   .inline-toolbar &, .inline-toolbar &:backdrop {
     border-radius: 2px;
index eb40c694bb6f0e7185d83f279b17110dccc2d8a4..c5bda2075dadab6de0be7f95d58cf5bd9d4b8379 100644 (file)
@@ -1184,6 +1184,8 @@ button {
 button.font separator,
 button.file separator {
   background-color: transparent; }
+button.font > box > box > label {
+  font-weight: bold; }
 .inline-toolbar
 button, .inline-toolbar
 button:backdrop {
index 2840a0a3a535369d2a16d67a92c62a154e8cf62e..65184999d2c585f9a68a6ef11b97bf275f6a9bb6 100644 (file)
@@ -1187,6 +1187,8 @@ button {
 button.font separator,
 button.file separator {
   background-color: transparent; }
+button.font > box > box > label {
+  font-weight: bold; }
 .inline-toolbar
 button, .inline-toolbar
 button:backdrop {